[Top] [Prev] [Next] [Bottom]
[Contents]
SaSetTimeOut
Set the time out value for a server application.
#include "SaRnHtml.h"
int SaSetTimeOut(int time_out);
Arguments
- time_out
- An integer specifying how long, in seconds, the server application should wait for the gateway to process a request. The default is 300 seconds. If time_out is non-positive, no change occurs.
Return Values
Returns 0.
Sets how long, in seconds, the server application should wait for the gateway to process a request. The default is 300 seconds. If time_out is non-positive, no change occurs.
SaSetTimeOut(60);
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.